home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #173 (1992)(Rhein-Sieg-Soft).zip / Franz PD Disk #173 (1992)(Rhein-Sieg-Soft).adf / ak_gen0-Library / AK_GEN0-Lib_ENG.doc < prev    next >
Text File  |  1992-03-23  |  8KB  |  190 lines

  1. ==============================================================================
  2. ==============================================================================
  3. ===                    ak_gen0.library V35.21 rel. 1903-92                 ===
  4. ==============================================================================
  5. ===                           ( F R E E W A R E)                           ===
  6. ==============================================================================
  7. ===                  (Next generation of the "ak.library")                 ===
  8. ==============================================================================
  9. ===                                                                        ===
  10. ===                       (c) 1989-92 by Andreas Ralph Kleinert            ===
  11. ===                                      Grube Hohe Grethe 23              ===
  12. ===                                      W-5900 Siegen 1                   ===
  13. ===                                      Germany                           ===
  14. ===                                                                        ===
  15. ==============================================================================
  16. ==============================================================================
  17.  
  18.     The "ak_gen0.library" is FREEWARE and therefore freely distributable.
  19.  
  20.     The free distribution of the "ak_gen0.library" is allowed, if only a small
  21.     copy-fee is taken and no profit is made.
  22.  
  23.     The "ak_gen0.library" is used in many of my programs and it consists of
  24.     many functions, which make programming much easier (e.g. the programming
  25.     of "Intuition").
  26.  
  27.     This docfile has to be distributed with EVERY copy of the "ak_gen0.library"
  28.     to inform all user about the restrictions made here.
  29.  
  30.     The "ak_gen0.library" may be used for own program projects, if those
  31.     are PUBLIC DOMAIN or FREEWARE.
  32.  
  33.     Programmers of SHAREWARE, which charge a share-fee higher than 20,-DM
  34.     (or $15), or programmers of commercial programs have to get the explicite
  35.     permission of the author (me) to use the library. Contact me to get
  36.     informed about my conditions.
  37.  
  38.                    --- Docfileversion A-V35.21-1903-92 ---
  39.  
  40. =============================================================================
  41. = INSTALLATION :                                                            =
  42. =============================================================================
  43.  
  44.     Copy the "ak_gen0.library" into your "LIBS:"-directory.
  45.  
  46. =============================================================================
  47. = FUNCTIONS :                                                               =
  48. =============================================================================
  49.  
  50.     The "ak_gen0.library" consists of ...
  51.  
  52.      - Functions for comfortable opening of Windows and Screens
  53.      - Functions for simple creation of Gadgets, Menus, Submenus,
  54.        Images, etc.
  55.      - Functions for simple print-out of Texts
  56.      - a easy to handle Filerequester, which is completely managed by the
  57.        Library
  58.        (under OS >= V2.04 the Filerequester of the "asl.library" is used in-
  59.         stead)
  60.      - a random-number generator
  61.      - Functions to wait for special events as "Left Mousebutton pressed"
  62.        or "Key ??? pressed"
  63.      - etc.
  64.  
  65.    Read the file "AK_GEN0-Lib_Reference.doc", to get a full description of its
  66.    functions.
  67.  
  68. =============================================================================
  69. = VERSION-"HISTORY" :                                                       =
  70. =============================================================================
  71.  
  72. -----------------------------------------------------------------------------
  73. - Versions of the "ak.library" (The generation before) :                    -
  74. -----------------------------------------------------------------------------
  75.  
  76.     AK-V33.01 :
  77.  
  78.      - first non-prerelease-version
  79.        (rel. 2801-91 with small bug, which has been fixed in rel. 0303-91.)
  80.  
  81. -----------------------------------------------------------------------------
  82.  
  83.     AK-V34.00 :
  84.  
  85.      - strongly expanded version
  86.      - more functions
  87.      - Filerequester
  88.  
  89. -----------------------------------------------------------------------------
  90.  
  91.     AK-V34.01 :
  92.  
  93.      - some small bug fixes
  94.  
  95. -----------------------------------------------------------------------------
  96.  
  97.     AK-V34.10 :
  98.  
  99.      - complete "overworking" of the FileRequester, now in version V2.00
  100.        with "End"-Gadget and Volume-Gadgets
  101.      - correction of the random-number routine
  102.        (Bug, which occured after rewrote in V34.01)
  103.  
  104. -----------------------------------------------------------------------------
  105.  
  106.     AK-V34.12 :
  107.  
  108.      - changed the Library-Structure (Resident-Part, Init-Routine, etc.)
  109.      - improved the FileRequester, now V2.01
  110.        (for example there are only those Gadgets refresht, which actually
  111.         have to be -> this results in less "flickering")
  112.      - improved error-handling (no longer Alerts, but NULL-returns)
  113.      - more error-checks
  114.      - Codeoptimizations (only about 10000 CodeLength)
  115.  
  116. -----------------------------------------------------------------------------
  117. - Versions of the "ak_gen0.library" (Starting with V34.00) :                -
  118. -----------------------------------------------------------------------------
  119.  
  120.     AK_GEN0-V34.01 :
  121.  
  122.      - renamed to "ak_gen0.library" (reasons mentioned above)
  123.      - improved the FileRequester, now V34.01
  124.      - more error-checks
  125.      - Codeoptimizations (now even shorter)
  126.      - "Killing" of more or less unused functions
  127.        (incompatibility to the "ak.library", that's why a new name was
  128.         needed.)
  129.  
  130. -----------------------------------------------------------------------------
  131.  
  132.     AK_GEN0-V35.2 :
  133.  
  134.      - improved the FileRequester, now V34.2
  135.      - FileRequester now presented in the 3-D-Look of the Workbench V2.04
  136.        (partially)
  137.        (only, if the current screen uses the new colors of OS >= V2.04)
  138.      - memory allocation / delocation improved
  139.  
  140. -----------------------------------------------------------------------------
  141.  
  142.     AK_GEN0-V35.15 :
  143.  
  144.      - If used under OS >= V2.04 the "asl.library" will be used for the
  145.        FileRequester (its just better ...)
  146.      - some small bug fixes and expansions
  147.      - improved "compatibility" with the OS V2.04-Includes
  148.  
  149. -----------------------------------------------------------------------------
  150.  
  151.     AK_GEN0-V35.16 :
  152.  
  153.      - memory allocation / delocation improved in the (internal) FileRequester
  154.      - changes in the Include-File
  155.  
  156. -----------------------------------------------------------------------------
  157.  
  158.     AK_GEN0-V35.21 :
  159.  
  160.      - now with full description of all Functions and their Include-Files
  161.        (for SAS/C V5.10a/b)
  162.      - small bu in "AK_ReadDir" fixed.
  163.  
  164. ------------------------------------------------------------------------------
  165. ------------------------------------------------------------------------------
  166.  
  167.    Known bugs :
  168.  
  169.    - There are no (known) bugs.
  170.      (For knwon bugs of the "ak_gen0.library", look into its Docfile !)
  171.  
  172. ------------------------------------------------------------------------------
  173. ------------------------------------------------------------------------------
  174.  
  175.    Possible enhancements in future versions :
  176.  
  177.   - more internal optimizations
  178.   - more expandements of the function value
  179.   - bug-fixing
  180.     (send me BUG-reports !!!)
  181.  
  182. =============================================================================
  183. = COPYRIGHTS :                                                              =
  184. =============================================================================
  185.  
  186. =============================================================================
  187. =   Copyrights of other mentioned products/programs are to find in the      =
  188. =   manuals of these and are not listed explicitely at this place here.     =
  189. =============================================================================
  190.